Glenn Morris [Thu, 8 Apr 2004 16:21:43 +0000 (16:21 +0000)]
*** empty log message ***
Juri Linkov [Thu, 8 Apr 2004 03:44:34 +0000 (03:44 +0000)]
*** empty log message ***
Juri Linkov [Thu, 8 Apr 2004 03:42:59 +0000 (03:42 +0000)]
(Info-history): Doc fix.
(Info-history-list): New var.
(info-xref): Change magenta4 to blue, remove bold for dark and
light backgrounds, change bold to underline for non-color classes.
(info-xref-visited): New face.
(Info-fontify-visited-nodes): New custom.
(Info-hide-note-references): Add new value `hide'. Doc fix.
(Info-reference-name): New var.
(Info-selection-hook): New custom.
(Info-edit-mode-hook): New var.
(Info-find-file): New fun.
(Info-find-node): Move part of code to Info-find-file.
(Info-find-node-2): Add anchors to Info-history-list. Move point
to the place with the reference name if name is defined.
(Info-select-node): Add current node to Info-history-list.
(Info-goto-node): Switch to *info* from *info-history* *info-toc*.
(Info-search-whitespace-regexp): New custom.
(Info-search-case-fold): New var.
(Info-search): Add "case-sensitively" to the prompt. Use
Info-search-whitespace-regexp. Set Info-search-case-fold.
(Info-search-case-sensitively, Info-search-next): New fun.
(Info-up): Move point to the menu item of the current node.
(Info-history): New fun. Add *info-history* to same-window-buffer-names.
(Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
(Info-insert-toc): New fun.
(Info-build-toc): New fun.
(Info-follow-reference): Add new arg `fork'. Doc fix.
Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
with the same name prefer the reference closest to point.
(Info-next-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://. Skip the *Note prefix.
(Info-prev-reference): Replace * by + in the *Note regexp.
Add regexp for http:// and ftp://. Skip the *Note prefix.
(Info-follow-nearest-node): Add new arg `fork'.
(Info-try-follow-nearest-node): Add new arg `fork'.
Call browse-url for http:// and ftp:// references.
Set Info-reference-name for index entries.
(Info-mode-menu): Add menu items for Info-search-case-sensitively,
Info-search-next, Info-history, Info-toc, clone-buffer.
(Info-menu-update): Replace * by + in the *Note regexp.
(Info-mode): Add documentation for Info-history, Info-toc,
Info-search-case-sensitively, Info-search-next, clone-buffer.
(Info-fontify-menu-headers): Remove fun. Move code to
Info-fontify-node.
(Info-fontify-node): Add docstring. Add local vars
fontify-visited-p and not-fontified-p. If not-fontified-p is t
then fontify header line, titles, menu headers, http and ftp
references, refill paragraphs. If not-fontified-p is t or
fontify-visited-p is t then fontify cross references, menu items.
Fontify menu headers. Fontify http and ftp references. Change
regexp for cross references to require whitespace after *Note, add
matching groups for file and node names. Remove hack for quote.
Use display property for Info-hide-note-references=t. Use fifth
or fourth match for help-echo. Display visited nodes in a
different face. Unhide file names of external references. Unhide
newlines. Display visited menu items in a different face.
Juri Linkov [Thu, 8 Apr 2004 03:12:16 +0000 (03:12 +0000)]
*** empty log message ***
Juri Linkov [Thu, 8 Apr 2004 03:10:51 +0000 (03:10 +0000)]
(Info-hide-cookies-node): New function.
(Info-select-node): Use it.
(Info-display-images-node): Remove message with image file name.
Juri Linkov [Thu, 8 Apr 2004 02:41:08 +0000 (02:41 +0000)]
Fix sorting order.
Stefan Monnier [Wed, 7 Apr 2004 19:39:45 +0000 (19:39 +0000)]
*** empty log message ***
Stefan Monnier [Wed, 7 Apr 2004 19:38:54 +0000 (19:38 +0000)]
(help-C-source-directory): New var.
(help-subr-name, help-C-file-name, help-find-C-source): New funs.
(describe-function-1, describe-variable): Use them.
Stefan Monnier [Wed, 7 Apr 2004 19:35:05 +0000 (19:35 +0000)]
(help-function-def, help-variable-def): Handle hyperrefs
to C source files specially.
Stefan Monnier [Wed, 7 Apr 2004 19:34:11 +0000 (19:34 +0000)]
Require CL.
(compilation-mode-font-lock-keywords): Re-install the "line as function" patch.
Stefan Monnier [Wed, 7 Apr 2004 19:18:42 +0000 (19:18 +0000)]
(xmalloc): Fix return type.
(put_filename): New fun.
(scan_file): Use it.
Stefan Monnier [Wed, 7 Apr 2004 19:17:36 +0000 (19:17 +0000)]
(Fsnarf_documentation): Ignore new file name entries.
Daniel Pfeiffer [Wed, 7 Apr 2004 12:57:55 +0000 (12:57 +0000)]
Fix caml (Python) & irix (Info)
Daniel Pfeiffer [Wed, 7 Apr 2004 12:57:04 +0000 (12:57 +0000)]
*** empty log message ***
Daniel Pfeiffer [Wed, 7 Apr 2004 12:56:08 +0000 (12:56 +0000)]
(compilation-warning-face, compilation-info-face, compilation-skip-threshold)
(compilation-skip-visited, compilation-context-lines): Declare :version when added to Emacs.
(compilation-error-regexp-alist-alist): Extend caml and irix.
(compilation-setup): Fix if font-locked w/o font-lock-defaults.
(compilation-mode-font-lock-keywords): Temporarily undo line as function patch, which wasn't ready.
Kenichi Handa [Wed, 7 Apr 2004 07:38:13 +0000 (07:38 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 7 Apr 2004 07:37:58 +0000 (07:37 +0000)]
*** empty log message ***
Kenichi Handa [Wed, 7 Apr 2004 07:36:58 +0000 (07:36 +0000)]
(latin1-display-setup): Check each character is displayable or not
instead of calling latin1-display-check-font.
Vinicius Jose Latorre [Tue, 6 Apr 2004 02:58:04 +0000 (02:58 +0000)]
printing doc fix.
Kenichi Handa [Mon, 5 Apr 2004 23:30:44 +0000 (23:30 +0000)]
*** empty log message ***
Kenichi Handa [Mon, 5 Apr 2004 23:27:37 +0000 (23:27 +0000)]
(ethio-sera-being-called-by-w3): New
variable.
(ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
instead of sera-being-called-by-w3.
(ethio-fidel-to-sera-buffer): Likewise.
(ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
instead of sera-being-called-by-w3.
(ethio-write-file): Likewise.
Kim F. Storm [Mon, 5 Apr 2004 22:03:26 +0000 (22:03 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 21:56:59 +0000 (21:56 +0000)]
Typo.
Kim F. Storm [Mon, 5 Apr 2004 21:55:16 +0000 (21:55 +0000)]
(handle_one_xevent): Set mouse_face_hidden after clearing highlight.
Kim F. Storm [Mon, 5 Apr 2004 21:54:43 +0000 (21:54 +0000)]
(clear_mouse_face): Only clear mouse highlight if not hidden.
Kim F. Storm [Mon, 5 Apr 2004 21:54:17 +0000 (21:54 +0000)]
(w32_read_socket): Set mouse_face_hidden after clearing highlight.
Kim F. Storm [Mon, 5 Apr 2004 21:54:02 +0000 (21:54 +0000)]
(clear_mouse_face): Only clear mouse highlight if not hidden.
(dos_rawgetc): Set mouse_face_hidden after clearing highlight.
Nick Roberts [Mon, 5 Apr 2004 21:45:28 +0000 (21:45 +0000)]
(gdb-use-inferior-io-buffer): New option.
(gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
(gdb-setup-windows): Only use separate IO buffer if required.
Nick Roberts [Mon, 5 Apr 2004 21:44:38 +0000 (21:44 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 21:41:08 +0000 (21:41 +0000)]
(vmotion): Do not reserve one column for continuation
marks on window frames.
Kim F. Storm [Mon, 5 Apr 2004 21:40:02 +0000 (21:40 +0000)]
*** empty log message ***
Kim F. Storm [Mon, 5 Apr 2004 21:34:05 +0000 (21:34 +0000)]
(term-is-xemacs): Remove.
(term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
(term-window-width): New function.
(term-mode, term-check-size): Use it.
(term-mode): Disable overflow-newline-into-fringe in term buffer.
Jesper Harder [Mon, 5 Apr 2004 20:35:58 +0000 (20:35 +0000)]
* variables.texi (Variable Aliases): Mention
cyclic-variable-indirection.
* errors.texi (Standard Errors): Ditto.
Kim F. Storm [Mon, 5 Apr 2004 19:27:23 +0000 (19:27 +0000)]
(File Variables): Add safe-local-eval-forms.
Kim F. Storm [Mon, 5 Apr 2004 19:26:57 +0000 (19:26 +0000)]
*** empty log message ***
Per Abrahamsen [Mon, 5 Apr 2004 17:21:09 +0000 (17:21 +0000)]
2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-add-parent-links): Changed unbound variable
`symbol' to `name'.
Jesper Harder [Mon, 5 Apr 2004 13:14:16 +0000 (13:14 +0000)]
(Info Search): Add info-apropos.
Jesper Harder [Mon, 5 Apr 2004 13:01:03 +0000 (13:01 +0000)]
Remove index-apropos entry.
Jesper Harder [Mon, 5 Apr 2004 12:40:56 +0000 (12:40 +0000)]
(info-apropos): New function.
(Info-mode-menu): Add it.
(Info-find-node, Info-find-node-2): Grok apropos virtual file.
Jesper Harder [Mon, 5 Apr 2004 12:09:53 +0000 (12:09 +0000)]
(help-make-xrefs): Recognize aliased variable with
inherited docstring.
Jesper Harder [Mon, 5 Apr 2004 11:57:14 +0000 (11:57 +0000)]
(gamegrid-add-score-insecure): Use sort-fields.
Luc Teirlinck [Mon, 5 Apr 2004 02:09:28 +0000 (02:09 +0000)]
*** empty log message ***
Vinicius Jose Latorre [Mon, 5 Apr 2004 02:00:42 +0000 (02:00 +0000)]
ebnf2ps 4.2
Miles Bader [Mon, 5 Apr 2004 01:58:47 +0000 (01:58 +0000)]
Changes from arch/CVS synchronization
Vinicius Jose Latorre [Mon, 5 Apr 2004 01:48:53 +0000 (01:48 +0000)]
Parser for DTD (Data Type Definition for XML).
Luc Teirlinck [Mon, 5 Apr 2004 01:28:57 +0000 (01:28 +0000)]
Various small changes in addition to:
(Making Backups): Mention return value of `backup-buffer'.
(Auto-Saving): Mention optional FORCE argument to
`delete-auto-save-file-if-necessary'.
(Reverting): Mention optional PRESERVE-MODES argument to `revert-buffer'.
Correct description of `revert-buffer-function'.
Luc Teirlinck [Mon, 5 Apr 2004 01:09:37 +0000 (01:09 +0000)]
*** empty log message ***
Luc Teirlinck [Mon, 5 Apr 2004 01:07:05 +0000 (01:07 +0000)]
(auto-revert-handler): If point (or a window point) is at the end of
the buffer, keep it there after reverting. This allows to tail a file.
Mention this in the `Commentary'.
Luc Teirlinck [Mon, 5 Apr 2004 00:52:10 +0000 (00:52 +0000)]
(format-write-file): Add optional argument CONFIRM and make it behave
like the analogous argument to `write-file'.
Eli Zaretskii [Sun, 4 Apr 2004 21:45:39 +0000 (21:45 +0000)]
Remove my incorrect email address.
Eli Zaretskii [Sun, 4 Apr 2004 21:38:56 +0000 (21:38 +0000)]
Update my email address.
Eli Zaretskii [Sun, 4 Apr 2004 21:32:05 +0000 (21:32 +0000)]
*** empty log message ***
Eli Zaretskii [Sun, 4 Apr 2004 21:30:49 +0000 (21:30 +0000)]
(timeclock-relative)
(timeclock-get-project-function, timeclock-get-workday-function)
(timeclock-query-out, timeclock-when-to-leave)
(timeclock-when-to-leave-string, timeclock-log-data)
(timeclock-generate-report, timeclock-in): Doc fixes.
Eli Zaretskii [Sun, 4 Apr 2004 21:00:49 +0000 (21:00 +0000)]
(SINGLE_BYTE_CHAR_P): Fix macro to avoid warnings from GCC.
Eli Zaretskii [Sun, 4 Apr 2004 20:53:04 +0000 (20:53 +0000)]
(lib-src): Recognize comment lines in Makefile.in
that have a TAB after the #, to avoid errors in preprocessing
with GCC 3.3.3.
Stefan Monnier [Sun, 4 Apr 2004 20:18:44 +0000 (20:18 +0000)]
(fill-comment-paragraph): Obey indent-tabs-mode.
Stefan Monnier [Sun, 4 Apr 2004 12:56:01 +0000 (12:56 +0000)]
(font-lock): Don't require any more.
(compilation-error-properties, compilation-start, compilation-sentinel)
(compilation-filter, next-error): Use with-current-buffer.
(compilation-skip-to-next-location, compilation-skip-threshold)
(compilation-skip-visited): Move to silence the byte-compiler.
(compilation-setup): Simplify.
(compilation-next-error): Use line-(beginning|end)-position.
Make sure `pt' is non-nil before using compilation-loop.
(compile-goto-error): Add optional event arg. Use it.
(compile-mouse-goto-error): Make it an alias of compile-goto-error.
(compilation-minor-mode-map, compilation-shell-minor-mode-map):
Update the binding for mouse-2.
(first-error): Set compilation-current-error to nil rather than bob.
(compilation-parsing-end, compilation-parse-errors-function)
(compilation-error-list, compilation-old-error-list):
"New" compatibility variables.
(compile-buffer-substring, compilation-compat-error-properties)
(compilation-compat-parse-errors, compilation-forget-errors):
New compatibility functions.
(compilation-mode-font-lock-keywords): Use them.
Miles Bader [Sun, 4 Apr 2004 04:44:10 +0000 (04:44 +0000)]
Resolve CVS conflicts
Stefan Monnier [Sun, 4 Apr 2004 03:10:58 +0000 (03:10 +0000)]
Don't require url-auto.
Luc Teirlinck [Sun, 4 Apr 2004 02:01:19 +0000 (02:01 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 4 Apr 2004 01:27:13 +0000 (01:27 +0000)]
*** empty log message ***
Stefan Monnier [Sun, 4 Apr 2004 01:21:46 +0000 (01:21 +0000)]
Initial revision
Andreas Schwab [Sat, 3 Apr 2004 20:02:16 +0000 (20:02 +0000)]
*** empty log message ***
Andreas Schwab [Sat, 3 Apr 2004 20:01:41 +0000 (20:01 +0000)]
(diff-mode): Fix missing quote.
Stefan Monnier [Sat, 3 Apr 2004 05:36:26 +0000 (05:36 +0000)]
*** empty log message ***
Stefan Monnier [Sat, 3 Apr 2004 05:35:41 +0000 (05:35 +0000)]
Useless now that .gdbinit works with USE_LISP_UNION as well.
Stefan Monnier [Sat, 3 Apr 2004 05:34:11 +0000 (05:34 +0000)]
Make it work for USE_LSB_TAG and !NO_LISP_UNION.
(xgetptr, xgetint, xgettype): New funs. Use them everywhere.
($nonvalbits): Remove.
($valmask): Set it by calling xreload to avoid redundancy.
Stefan Monnier [Sat, 3 Apr 2004 05:31:24 +0000 (05:31 +0000)]
(gdb_use_union, gdb_use_lsb): New vars.
(gdb_emacs_intbits): Remove.
Juri Linkov [Sat, 3 Apr 2004 04:42:43 +0000 (04:42 +0000)]
*** empty log message ***
Juri Linkov [Sat, 3 Apr 2004 04:41:21 +0000 (04:41 +0000)]
Add Javanese.
Juri Linkov [Sat, 3 Apr 2004 04:19:53 +0000 (04:19 +0000)]
(describe-property-list): Add `font-lock-face'.
Juri Linkov [Sat, 3 Apr 2004 04:19:13 +0000 (04:19 +0000)]
(dired-font-lock-keywords): Fix permission regexps.
Luc Teirlinck [Sat, 3 Apr 2004 03:54:15 +0000 (03:54 +0000)]
*** empty log message ***
Luc Teirlinck [Sat, 3 Apr 2004 03:53:28 +0000 (03:53 +0000)]
(Reverting): Correct description of revert-buffer's handling of point.
Jan Djärv [Fri, 2 Apr 2004 17:29:52 +0000 (17:29 +0000)]
* x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text): Use
utf-16le on little endian machines and utf-16be otherwise.
David Kastrup [Fri, 2 Apr 2004 14:33:08 +0000 (14:33 +0000)]
(browse-url-generic): Use call-process
instead of start-process to allow browsers that fork and detach.
David Kastrup [Fri, 2 Apr 2004 14:32:48 +0000 (14:32 +0000)]
*** empty log message ***
Stefan Monnier [Fri, 2 Apr 2004 07:53:11 +0000 (07:53 +0000)]
*** empty log message ***
Daniel Pfeiffer [Thu, 1 Apr 2004 10:48:40 +0000 (10:48 +0000)]
*** empty log message ***
Daniel Pfeiffer [Thu, 1 Apr 2004 10:46:37 +0000 (10:46 +0000)]
message deletion note added to M-x compile
Daniel Pfeiffer [Thu, 1 Apr 2004 10:42:04 +0000 (10:42 +0000)]
C-x ` fixes
Vinicius Jose Latorre [Thu, 1 Apr 2004 02:29:00 +0000 (02:29 +0000)]
Var initialization fix.
Luc Teirlinck [Thu, 1 Apr 2004 02:14:01 +0000 (02:14 +0000)]
*** empty log message ***
Luc Teirlinck [Thu, 1 Apr 2004 02:12:09 +0000 (02:12 +0000)]
Mention in comment that `make maintainer-clean' deletes .elc files.
Luc Teirlinck [Thu, 1 Apr 2004 01:37:03 +0000 (01:37 +0000)]
*** empty log message ***
Luc Teirlinck [Thu, 1 Apr 2004 01:34:15 +0000 (01:34 +0000)]
Delete obsolete autoload's and defvar's.
(auto-revert-check-vc-info): New variable.
(auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
(auto-revert-handler-vc): Delete.
(auto-revert-handler): Treat return value `fast' of
buffer-stale-function specially. Check `auto-revert-check-vc-info'.
Luc Teirlinck [Thu, 1 Apr 2004 01:23:36 +0000 (01:23 +0000)]
(Buffer-menu-mode): Make the buffer-stale-function return `fast'.
Luc Teirlinck [Thu, 1 Apr 2004 01:20:20 +0000 (01:20 +0000)]
(buffer-stale-function): Doc change.
Nick Roberts [Wed, 31 Mar 2004 23:47:22 +0000 (23:47 +0000)]
(gdb-view-source-function, gdb-view-assembler)
(gdb-source-info): Don't display source at startup, if required.
(gdb-show-main): New option.
(gdba): Update documentation.
(gdb-source): Cover case of auto-display output.
Miles Bader [Wed, 31 Mar 2004 23:46:42 +0000 (23:46 +0000)]
Resolve CVS conflicts
Nick Roberts [Wed, 31 Mar 2004 23:46:23 +0000 (23:46 +0000)]
*** empty log message ***
Juri Linkov [Wed, 31 Mar 2004 16:33:00 +0000 (16:33 +0000)]
*** empty log message ***
Juri Linkov [Wed, 31 Mar 2004 16:30:33 +0000 (16:30 +0000)]
(dired-do-touch): New fun.
(dired-do-chxxx): Add argument -t for touch operation.
Juri Linkov [Wed, 31 Mar 2004 16:29:46 +0000 (16:29 +0000)]
Add autoload for `dired-do-touch'.
(dired-touch-program): New var.
(dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
(dired-no-confirm): Add `touch' to docstring.
Juri Linkov [Wed, 31 Mar 2004 16:09:18 +0000 (16:09 +0000)]
(dired-mark-sexp): Replace hard-coded month names with `dired-move-to-filename-regexp'.
Juri Linkov [Wed, 31 Mar 2004 16:06:43 +0000 (16:06 +0000)]
(dired-move-to-filename-regexp): Add . to HH:MM.
Jan Djärv [Wed, 31 Mar 2004 12:42:43 +0000 (12:42 +0000)]
data.c (Fbyteorder): Make test work even if unsigned is not 4 bytes.
Vinicius Jose Latorre [Wed, 31 Mar 2004 01:33:26 +0000 (01:33 +0000)]
Write a buffer if and only if the buffer was modified.
Kenichi Handa [Tue, 30 Mar 2004 08:07:41 +0000 (08:07 +0000)]
*** empty log message ***
Kenichi Handa [Tue, 30 Mar 2004 08:06:21 +0000 (08:06 +0000)]
Delete pairs for U+2308..U+230B.